dotnetCHARTING Send comments on this topic.
Add(Element[]) Method
See Also 
dotnetCHARTING Namespace > ElementCollection Class > Add Method : Add(Element[]) Method


elements
List of elements to add.
Adds the specified Elements to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray elements() As Element _
) 
Visual Basic (Usage)Copy Code
Dim instance As ElementCollection
Dim elements() As Element
 
instance.Add(elements)
C# 
public void Add( 
   params Element[] elements
)

Parameters

elements
List of elements to add.

See Also

© 2010 All Rights Reserved.